'Declaration <DescriptionAttribute("The name of processing command.")> Public MustOverride ReadOnly Property Name As System.String
[Description("The name of processing command.")] public abstract System.String Name { get; }
[Description("The name of processing command.")] public: __property abstract System.String get_Name();
[Description("The name of processing command.")] public:
abstract property System.String Name { System.String get(); }